home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / test / bochs / files / Bochs-2.1.1.exe / / dlxlinux / hd10meg.img / etc / profile < prev    next >
Text File  |  1996-04-09  |  223b  |  10 lines

  1. # commands common to all logins
  2. PATH="$PATH:/bin:/usr/bin:/usr/local/bin:/usr/bin/scripts:."
  3. LESS="-MM -q"
  4. TERM=linux
  5. PS1='\h:\w\$ '
  6. PS2='> '
  7. ignoreeof=10
  8. export PATH DISPLAY LESS TERM PS1 PS2 ignoreeof LD_NOWARN
  9. umask 022
  10.